home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96a.txt / 000045_icon-group-sender _Sun Feb 11 17:50:51 1996.msg < prev    next >
Internet Message Format  |  1996-09-05  |  2KB

  1. Received: by cheltenham.cs.arizona.edu; Mon, 12 Feb 1996 10:36:59 MST
  2. To: icon-group@cs.arizona.edu
  3. Date: 11 Feb 1996 17:50:51 GMT
  4. From: millejoh@holly.ColoState.EDU (John Miller)
  5. Message-Id: <4fla9r$17oc@yuma.ACNS.ColoState.EDU>
  6. Organization: Colorado State University, Fort Collins, CO  80523
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <4fdi85$4b7o@yuma.ACNS.ColoState.EDU>, <m37mxuy5xp.fsf@ug301ab.ppp.lrz-muenchen.de>
  9. Subject: Re: Compiling ELF binaries for Linux1.2.13
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11. Status: O
  12.  
  13. Gerhard Brey (G.Brey@lrz.uni-muenchen.de) wrote:
  14. : In article <4fg0jp$1vd6@pulp.ucs.ualberta.ca> michal@gortel.phys.ualberta.ca (Michal Jaegermann) writes:
  15.  
  16. : > 
  17. : > Gerhard Brey (G.Brey@lrz.uni-muenchen.de) wrote:
  18. : > : In article <4fdi85$4b7o@yuma.ACNS.ColoState.EDU> millejoh@holly.ColoState.EDU (John Miller) writes:
  19. : > 
  20. : > : >     unidentified symbols in rswitch.o -- namely new_context and syserr.
  21. : > 
  22. : > :  I guess
  23. : > : (but I am not a C- or Assembler-programmer) that the problem has to do
  24. : > : with the Assembler code in rswitch.s.
  25. : > 
  26. : > If the problem is caused by symbols from an assembler code then most
  27. : > likely it is a trivial one.  Elf symbols do not have prepended '_'
  28. : > character; assembler likely assumes that they do.  Just adjust names.
  29. : > 
  30. : Thanks for the advice. I deleted the `_' in front of the symbol names
  31. : in rswitch.s. Now `iconx' is built but there is still the
  32.  
  33. : bfd assertion fail /opt/release/pub/bin/binutils/bfd/elf32-i386.c:624
  34.  
  35. : and when I try to execute `iconx' it stops with a segmentation fault.
  36.  
  37. : Gerhard
  38.  
  39. I'm getting exactly the same results.  I'll search around comp.os.linux.*
  40. and see what I can come up with.  Wish me luck!
  41.  
  42. John
  43.